3.69 \(\int \frac{(3-x+2 x^2)^{3/2}}{2+3 x+5 x^2} \, dx\)

Optimal. Leaf size=197 \[ -\frac{1}{100} \sqrt{2 x^2-x+3} (49-20 x)+\frac{11}{125} \sqrt{\frac{11}{31} \left (247+500 \sqrt{2}\right )} \tan ^{-1}\left (\frac{\sqrt{\frac{11}{62 \left (247+500 \sqrt{2}\right )}} \left (\left (130+69 \sqrt{2}\right ) x+61 \sqrt{2}+8\right )}{\sqrt{2 x^2-x+3}}\right )-\frac{11}{125} \sqrt{\frac{11}{31} \left (500 \sqrt{2}-247\right )} \tanh ^{-1}\left (\frac{\sqrt{\frac{11}{62 \left (500 \sqrt{2}-247\right )}} \left (\left (130-69 \sqrt{2}\right ) x-61 \sqrt{2}+8\right )}{\sqrt{2 x^2-x+3}}\right )-\frac{2203 \sinh ^{-1}\left (\frac{1-4 x}{\sqrt{23}}\right )}{1000 \sqrt{2}} \]

[Out]

-((49 - 20*x)*Sqrt[3 - x + 2*x^2])/100 - (2203*ArcSinh[(1 - 4*x)/Sqrt[23]])/(1000*Sqrt[2]) + (11*Sqrt[(11*(247
 + 500*Sqrt[2]))/31]*ArcTan[(Sqrt[11/(62*(247 + 500*Sqrt[2]))]*(8 + 61*Sqrt[2] + (130 + 69*Sqrt[2])*x))/Sqrt[3
 - x + 2*x^2]])/125 - (11*Sqrt[(11*(-247 + 500*Sqrt[2]))/31]*ArcTanh[(Sqrt[11/(62*(-247 + 500*Sqrt[2]))]*(8 -
61*Sqrt[2] + (130 - 69*Sqrt[2])*x))/Sqrt[3 - x + 2*x^2]])/125

________________________________________________________________________________________

Rubi [A]  time = 0.487911, antiderivative size = 197, normalized size of antiderivative = 1., number of steps used = 9, number of rules used = 8, integrand size = 27, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.296, Rules used = {977, 1076, 619, 215, 1035, 1029, 206, 204} \[ -\frac{1}{100} \sqrt{2 x^2-x+3} (49-20 x)+\frac{11}{125} \sqrt{\frac{11}{31} \left (247+500 \sqrt{2}\right )} \tan ^{-1}\left (\frac{\sqrt{\frac{11}{62 \left (247+500 \sqrt{2}\right )}} \left (\left (130+69 \sqrt{2}\right ) x+61 \sqrt{2}+8\right )}{\sqrt{2 x^2-x+3}}\right )-\frac{11}{125} \sqrt{\frac{11}{31} \left (500 \sqrt{2}-247\right )} \tanh ^{-1}\left (\frac{\sqrt{\frac{11}{62 \left (500 \sqrt{2}-247\right )}} \left (\left (130-69 \sqrt{2}\right ) x-61 \sqrt{2}+8\right )}{\sqrt{2 x^2-x+3}}\right )-\frac{2203 \sinh ^{-1}\left (\frac{1-4 x}{\sqrt{23}}\right )}{1000 \sqrt{2}} \]

Antiderivative was successfully verified.

[In]

Int[(3 - x + 2*x^2)^(3/2)/(2 + 3*x + 5*x^2),x]

[Out]

-((49 - 20*x)*Sqrt[3 - x + 2*x^2])/100 - (2203*ArcSinh[(1 - 4*x)/Sqrt[23]])/(1000*Sqrt[2]) + (11*Sqrt[(11*(247
 + 500*Sqrt[2]))/31]*ArcTan[(Sqrt[11/(62*(247 + 500*Sqrt[2]))]*(8 + 61*Sqrt[2] + (130 + 69*Sqrt[2])*x))/Sqrt[3
 - x + 2*x^2]])/125 - (11*Sqrt[(11*(-247 + 500*Sqrt[2]))/31]*ArcTanh[(Sqrt[11/(62*(-247 + 500*Sqrt[2]))]*(8 -
61*Sqrt[2] + (130 - 69*Sqrt[2])*x))/Sqrt[3 - x + 2*x^2]])/125

Rule 977

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_)*((d_.) + (e_.)*(x_) + (f_.)*(x_)^2)^(q_), x_Symbol] :> Simp[((b*f
*(3*p + 2*q) - c*e*(2*p + q) + 2*c*f*(p + q)*x)*(a + b*x + c*x^2)^(p - 1)*(d + e*x + f*x^2)^(q + 1))/(2*f^2*(p
 + q)*(2*p + 2*q + 1)), x] - Dist[1/(2*f^2*(p + q)*(2*p + 2*q + 1)), Int[(a + b*x + c*x^2)^(p - 2)*(d + e*x +
f*x^2)^q*Simp[(b*d - a*e)*(c*e - b*f)*(1 - p)*(2*p + q) - (p + q)*(b^2*d*f*(1 - p) - a*(f*(b*e - 2*a*f)*(2*p +
 2*q + 1) + c*(2*d*f - e^2*(2*p + q)))) + (2*(c*d - a*f)*(c*e - b*f)*(1 - p)*(2*p + q) - (p + q)*((b^2 - 4*a*c
)*e*f*(1 - p) + b*(c*(e^2 - 4*d*f)*(2*p + q) + f*(2*c*d - b*e + 2*a*f)*(2*p + 2*q + 1))))*x + ((c*e - b*f)^2*(
1 - p)*p + c*(p + q)*(f*(b*e - 2*a*f)*(4*p + 2*q - 1) - c*(2*d*f*(1 - 2*p) + e^2*(3*p + q - 1))))*x^2, x], x],
 x] /; FreeQ[{a, b, c, d, e, f, q}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[e^2 - 4*d*f, 0] && GtQ[p, 1] && NeQ[p + q
, 0] && NeQ[2*p + 2*q + 1, 0] &&  !IGtQ[p, 0] &&  !IGtQ[q, 0]

Rule 1076

Int[((A_.) + (B_.)*(x_) + (C_.)*(x_)^2)/(((a_) + (b_.)*(x_) + (c_.)*(x_)^2)*Sqrt[(d_.) + (e_.)*(x_) + (f_.)*(x
_)^2]), x_Symbol] :> Dist[C/c, Int[1/Sqrt[d + e*x + f*x^2], x], x] + Dist[1/c, Int[(A*c - a*C + (B*c - b*C)*x)
/((a + b*x + c*x^2)*Sqrt[d + e*x + f*x^2]), x], x] /; FreeQ[{a, b, c, d, e, f, A, B, C}, x] && NeQ[b^2 - 4*a*c
, 0] && NeQ[e^2 - 4*d*f, 0]

Rule 619

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[1/(2*c*((-4*c)/(b^2 - 4*a*c))^p), Subst[Int[Si
mp[1 - x^2/(b^2 - 4*a*c), x]^p, x], x, b + 2*c*x], x] /; FreeQ[{a, b, c, p}, x] && GtQ[4*a - b^2/c, 0]

Rule 215

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSinh[(Rt[b, 2]*x)/Sqrt[a]]/Rt[b, 2], x] /; FreeQ[{a, b},
 x] && GtQ[a, 0] && PosQ[b]

Rule 1035

Int[((g_.) + (h_.)*(x_))/(((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)*Sqrt[(d_.) + (e_.)*(x_) + (f_.)*(x_)^2]), x_Symb
ol] :> With[{q = Rt[(c*d - a*f)^2 - (b*d - a*e)*(c*e - b*f), 2]}, Dist[1/(2*q), Int[Simp[h*(b*d - a*e) - g*(c*
d - a*f - q) - (g*(c*e - b*f) - h*(c*d - a*f + q))*x, x]/((a + b*x + c*x^2)*Sqrt[d + e*x + f*x^2]), x], x] - D
ist[1/(2*q), Int[Simp[h*(b*d - a*e) - g*(c*d - a*f + q) - (g*(c*e - b*f) - h*(c*d - a*f - q))*x, x]/((a + b*x
+ c*x^2)*Sqrt[d + e*x + f*x^2]), x], x]] /; FreeQ[{a, b, c, d, e, f, g, h}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[e
^2 - 4*d*f, 0] && NeQ[b*d - a*e, 0] && NegQ[b^2 - 4*a*c]

Rule 1029

Int[((g_.) + (h_.)*(x_))/(((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)*Sqrt[(d_.) + (e_.)*(x_) + (f_.)*(x_)^2]), x_Symb
ol] :> Dist[-2*g*(g*b - 2*a*h), Subst[Int[1/Simp[g*(g*b - 2*a*h)*(b^2 - 4*a*c) - (b*d - a*e)*x^2, x], x], x, S
imp[g*b - 2*a*h - (b*h - 2*g*c)*x, x]/Sqrt[d + e*x + f*x^2]], x] /; FreeQ[{a, b, c, d, e, f, g, h}, x] && NeQ[
b^2 - 4*a*c, 0] && NeQ[e^2 - 4*d*f, 0] && NeQ[b*d - a*e, 0] && EqQ[h^2*(b*d - a*e) - 2*g*h*(c*d - a*f) + g^2*(
c*e - b*f), 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{\left (3-x+2 x^2\right )^{3/2}}{2+3 x+5 x^2} \, dx &=-\frac{1}{100} (49-20 x) \sqrt{3-x+2 x^2}-\frac{1}{50} \int \frac{-\frac{731}{2}+\frac{1195 x}{4}-\frac{2203 x^2}{4}}{\sqrt{3-x+2 x^2} \left (2+3 x+5 x^2\right )} \, dx\\ &=-\frac{1}{100} (49-20 x) \sqrt{3-x+2 x^2}-\frac{1}{250} \int \frac{-726+3146 x}{\sqrt{3-x+2 x^2} \left (2+3 x+5 x^2\right )} \, dx+\frac{2203 \int \frac{1}{\sqrt{3-x+2 x^2}} \, dx}{1000}\\ &=-\frac{1}{100} (49-20 x) \sqrt{3-x+2 x^2}+\frac{\int \frac{2662 \left (16+3 \sqrt{2}\right )+2662 \left (10-13 \sqrt{2}\right ) x}{\sqrt{3-x+2 x^2} \left (2+3 x+5 x^2\right )} \, dx}{5500 \sqrt{2}}-\frac{\int \frac{2662 \left (16-3 \sqrt{2}\right )+2662 \left (10+13 \sqrt{2}\right ) x}{\sqrt{3-x+2 x^2} \left (2+3 x+5 x^2\right )} \, dx}{5500 \sqrt{2}}+\frac{2203 \operatorname{Subst}\left (\int \frac{1}{\sqrt{1+\frac{x^2}{23}}} \, dx,x,-1+4 x\right )}{1000 \sqrt{46}}\\ &=-\frac{1}{100} (49-20 x) \sqrt{3-x+2 x^2}-\frac{2203 \sinh ^{-1}\left (\frac{1-4 x}{\sqrt{23}}\right )}{1000 \sqrt{2}}-\frac{1}{125} \left (322102 \left (1000-247 \sqrt{2}\right )\right ) \operatorname{Subst}\left (\int \frac{1}{-439347128 \left (247-500 \sqrt{2}\right )-11 x^2} \, dx,x,\frac{2662 \left (8-61 \sqrt{2}\right )+2662 \left (130-69 \sqrt{2}\right ) x}{\sqrt{3-x+2 x^2}}\right )-\frac{1}{125} \left (322102 \left (1000+247 \sqrt{2}\right )\right ) \operatorname{Subst}\left (\int \frac{1}{-439347128 \left (247+500 \sqrt{2}\right )-11 x^2} \, dx,x,\frac{2662 \left (8+61 \sqrt{2}\right )+2662 \left (130+69 \sqrt{2}\right ) x}{\sqrt{3-x+2 x^2}}\right )\\ &=-\frac{1}{100} (49-20 x) \sqrt{3-x+2 x^2}-\frac{2203 \sinh ^{-1}\left (\frac{1-4 x}{\sqrt{23}}\right )}{1000 \sqrt{2}}+\frac{11}{125} \sqrt{\frac{11}{31} \left (247+500 \sqrt{2}\right )} \tan ^{-1}\left (\frac{\sqrt{\frac{11}{62 \left (247+500 \sqrt{2}\right )}} \left (8+61 \sqrt{2}+\left (130+69 \sqrt{2}\right ) x\right )}{\sqrt{3-x+2 x^2}}\right )-\frac{11}{125} \sqrt{\frac{11}{31} \left (-247+500 \sqrt{2}\right )} \tanh ^{-1}\left (\frac{\sqrt{\frac{11}{62 \left (-247+500 \sqrt{2}\right )}} \left (8-61 \sqrt{2}+\left (130-69 \sqrt{2}\right ) x\right )}{\sqrt{3-x+2 x^2}}\right )\\ \end{align*}

Mathematica [C]  time = 0.695284, size = 310, normalized size = 1.57 \[ \frac{400 \sqrt{31} \sqrt{2 x^2-x+3} x-980 \sqrt{31} \sqrt{2 x^2-x+3}+44 \sqrt{286+22 i \sqrt{31}} \left (\sqrt{31}-13 i\right ) \tanh ^{-1}\left (\frac{-4 i \sqrt{31} x-22 x+i \sqrt{31}+63}{2 \sqrt{286+22 i \sqrt{31}} \sqrt{2 x^2-x+3}}\right )+572 i \sqrt{286-22 i \sqrt{31}} \tanh ^{-1}\left (\frac{4 i \sqrt{31} x-22 x-i \sqrt{31}+63}{2 \sqrt{286-22 i \sqrt{31}} \sqrt{2 x^2-x+3}}\right )+44 \sqrt{682 \left (13-i \sqrt{31}\right )} \tanh ^{-1}\left (\frac{4 i \sqrt{31} x-22 x-i \sqrt{31}+63}{2 \sqrt{286-22 i \sqrt{31}} \sqrt{2 x^2-x+3}}\right )-2203 \sqrt{62} \sinh ^{-1}\left (\frac{1-4 x}{\sqrt{23}}\right )}{2000 \sqrt{31}} \]

Antiderivative was successfully verified.

[In]

Integrate[(3 - x + 2*x^2)^(3/2)/(2 + 3*x + 5*x^2),x]

[Out]

(-980*Sqrt[31]*Sqrt[3 - x + 2*x^2] + 400*Sqrt[31]*x*Sqrt[3 - x + 2*x^2] - 2203*Sqrt[62]*ArcSinh[(1 - 4*x)/Sqrt
[23]] + 44*Sqrt[286 + (22*I)*Sqrt[31]]*(-13*I + Sqrt[31])*ArcTanh[(63 + I*Sqrt[31] - 22*x - (4*I)*Sqrt[31]*x)/
(2*Sqrt[286 + (22*I)*Sqrt[31]]*Sqrt[3 - x + 2*x^2])] + 44*Sqrt[682*(13 - I*Sqrt[31])]*ArcTanh[(63 - I*Sqrt[31]
 - 22*x + (4*I)*Sqrt[31]*x)/(2*Sqrt[286 - (22*I)*Sqrt[31]]*Sqrt[3 - x + 2*x^2])] + (572*I)*Sqrt[286 - (22*I)*S
qrt[31]]*ArcTanh[(63 - I*Sqrt[31] - 22*x + (4*I)*Sqrt[31]*x)/(2*Sqrt[286 - (22*I)*Sqrt[31]]*Sqrt[3 - x + 2*x^2
])])/(2000*Sqrt[31])

________________________________________________________________________________________

Maple [B]  time = 0.19, size = 3460, normalized size = 17.6 \begin{align*} \text{output too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*x^2-x+3)^(3/2)/(5*x^2+3*x+2),x)

[Out]

1/5*x*(2*x^2-x+3)^(1/2)-49/100*(2*x^2-x+3)^(1/2)+2203/2000*2^(1/2)*arcsinh(4/23*23^(1/2)*(x-1/4))-2/1321375*(8
*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)*2^(1/2)*(4245*(-
775687+549362*2^(1/2))^(1/2)*2^(1/2)*(-8866+6820*2^(1/2))^(1/2)*arctan(1/11692487*(-775687+549362*2^(1/2))^(1/
2)*(-23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1/2)-41))^(1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2
)+1-x)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/2)+32016)/(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^
4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+x)/(2^(1/2)+1-x))+6154*(-775687+549362*2^(1/
2))^(1/2)*(-8866+6820*2^(1/2))^(1/2)*arctan(1/11692487*(-775687+549362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*
(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1/2)-41))^(1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(
1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/2)+32016)/(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/
2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+x)/(2^(1/2)+1-x))+12325786*arctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x
)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/2))*2^(1/2)-359414*ar
ctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-8
866+6820*2^(1/2))^(1/2)))/((8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^
(1/2))/(1+(2^(1/2)-1+x)/(2^(1/2)+1-x))^2)^(1/2)/(1+(2^(1/2)-1+x)/(2^(1/2)+1-x))/(8+3*2^(1/2))/(-8866+6820*2^(1
/2))^(1/2)-2/264275*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^
(1/2)*2^(1/2)*(2365*(-775687+549362*2^(1/2))^(1/2)*2^(1/2)*(-8866+6820*2^(1/2))^(1/2)*arctan(1/11692487*(-7756
87+549362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1/2)-41))^(1/2)*(6485*(
2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/2)+32016)/(23*(2^(1/2)
-1+x)^4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+x)/(2^(1/2)+1-x))+3338
*(-775687+549362*2^(1/2))^(1/2)*(-8866+6820*2^(1/2))^(1/2)*arctan(1/11692487*(-775687+549362*2^(1/2))^(1/2)*(-
23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1/2)-41))^(1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2)+1-x
)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/2)+32016)/(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^4+82*
(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+x)/(2^(1/2)+1-x))+3192442*arctanh(31/2*(8*(2^(1/2
)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/
2))*2^(1/2)-5264358*arctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+
8-3*2^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/2)))/((8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)
+1-x)^2*2^(1/2)+8-3*2^(1/2))/(1+(2^(1/2)-1+x)/(2^(1/2)+1-x))^2)^(1/2)/(1+(2^(1/2)-1+x)/(2^(1/2)+1-x))/(8+3*2^(
1/2))/(-8866+6820*2^(1/2))^(1/2)-13/105710*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^
2*2^(1/2)+8-3*2^(1/2))^(1/2)*2^(1/2)*(285*(-775687+549362*2^(1/2))^(1/2)*2^(1/2)*(-8866+6820*2^(1/2))^(1/2)*ar
ctan(1/11692487*(-775687+549362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1
/2)-41))^(1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/
2)+32016)/(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+
x)/(2^(1/2)+1-x))+386*(-775687+549362*2^(1/2))^(1/2)*(-8866+6820*2^(1/2))^(1/2)*arctan(1/11692487*(-775687+549
362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1/2)-41))^(1/2)*(6485*(2^(1/2
)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/2)+32016)/(23*(2^(1/2)-1+x)^
4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+x)/(2^(1/2)+1-x))-274846*arc
tanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-88
66+6820*2^(1/2))^(1/2))*2^(1/2)-1543366*arctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(
1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/2)))/((8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(
1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))/(1+(2^(1/2)-1+x)/(2^(1/2)+1-x))^2)^(1/2)/(1+(2^(1/2)-1+x)/(2^
(1/2)+1-x))/(8+3*2^(1/2))/(-8866+6820*2^(1/2))^(1/2)+3/10571*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x
)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)*2^(1/2)*(151*(-775687+549362*2^(1/2))^(1/2)*2^(1/2)*(-8866+6820
*2^(1/2))^(1/2)*arctan(1/11692487*(-775687+549362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1
/2)+1-x)^2+24*2^(1/2)-41))^(1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+
1-x)^2+22379*2^(1/2)+32016)/(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^
(1/2))*(2^(1/2)-1+x)/(2^(1/2)+1-x))+218*(-775687+549362*2^(1/2))^(1/2)*(-8866+6820*2^(1/2))^(1/2)*arctan(1/116
92487*(-775687+549362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1/2)-41))^(
1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/2)+32016)/
(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+x)/(2^(1/2
)+1-x))+401698*arctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2
^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/2))*2^(1/2)-63426*arctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(
1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/2)))/((8*(2^(1/2)-1+x)^2/(2^(1/
2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))/(1+(2^(1/2)-1+x)/(2^(1/2)+1-x))^2)^(1/2)/(1+(
2^(1/2)-1+x)/(2^(1/2)+1-x))/(8+3*2^(1/2))/(-8866+6820*2^(1/2))^(1/2)+9/21142*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^
2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)*2^(1/2)*(369*(-775687+549362*2^(1/2))^(1/2)*2^(
1/2)*(-8866+6820*2^(1/2))^(1/2)*arctan(1/11692487*(-775687+549362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*(2^(1
/2)-1+x)^2/(2^(1/2)+1-x)^2+24*2^(1/2)-41))^(1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(1/2)-
1+x)^2/(2^(1/2)+1-x)^2+22379*2^(1/2)+32016)/(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-
x)^2+23)*(8+3*2^(1/2))*(2^(1/2)-1+x)/(2^(1/2)+1-x))+520*(-775687+549362*2^(1/2))^(1/2)*(-8866+6820*2^(1/2))^(1
/2)*arctan(1/11692487*(-775687+549362*2^(1/2))^(1/2)*(-23*(8+3*2^(1/2))*(-23*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+2
4*2^(1/2)-41))^(1/2)*(6485*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+10368*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+22379
*2^(1/2)+32016)/(23*(2^(1/2)-1+x)^4/(2^(1/2)+1-x)^4+82*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+23)*(8+3*2^(1/2))*(2^(1
/2)-1+x)/(2^(1/2)+1-x))+465124*arctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)
^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/2))*2^(1/2)-866822*arctanh(31/2*(8*(2^(1/2)-1+x)^2/(2^(1
/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))^(1/2)/(-8866+6820*2^(1/2))^(1/2)))/((8*(2^(1
/2)-1+x)^2/(2^(1/2)+1-x)^2+3*(2^(1/2)-1+x)^2/(2^(1/2)+1-x)^2*2^(1/2)+8-3*2^(1/2))/(1+(2^(1/2)-1+x)/(2^(1/2)+1-
x))^2)^(1/2)/(1+(2^(1/2)-1+x)/(2^(1/2)+1-x))/(8+3*2^(1/2))/(-8866+6820*2^(1/2))^(1/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (2 \, x^{2} - x + 3\right )}^{\frac{3}{2}}}{5 \, x^{2} + 3 \, x + 2}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2-x+3)^(3/2)/(5*x^2+3*x+2),x, algorithm="maxima")

[Out]

integrate((2*x^2 - x + 3)^(3/2)/(5*x^2 + 3*x + 2), x)

________________________________________________________________________________________

Fricas [B]  time = 4.32353, size = 7468, normalized size = 37.91 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2-x+3)^(3/2)/(5*x^2+3*x+2),x, algorithm="fricas")

[Out]

11/77500*24200^(1/4)*sqrt(31)*sqrt(10)*sqrt(2)*sqrt(247*sqrt(2) + 1000)*arctan(1/10605875*(230*sqrt(10)*(2*242
00^(3/4)*sqrt(31)*(20846*x^7 - 109153*x^6 + 215386*x^5 - 427391*x^4 + 234360*x^3 - 156600*x^2 - sqrt(2)*(28854
*x^7 - 90639*x^6 + 200187*x^5 - 262838*x^4 + 117544*x^3 - 23472*x^2 - 186624*x + 86400) - 172800*x + 186624) +
 5*24200^(1/4)*sqrt(31)*(112238*x^7 - 1817988*x^6 + 10351960*x^5 - 25791248*x^4 + 34522560*x^3 - 28368000*x^2
- sqrt(2)*(125839*x^7 - 1864281*x^6 + 9323336*x^5 - 19725020*x^4 + 24624288*x^3 - 10862496*x^2 - 19989504*x +
10533888) - 21067776*x + 19989504))*sqrt(2*x^2 - x + 3)*sqrt(247*sqrt(2) + 1000) + 30107000*sqrt(31)*sqrt(2)*(
28180*x^8 - 254666*x^7 + 704270*x^6 - 1385256*x^5 + 1549144*x^4 - 642048*x^3 - 98496*x^2 - sqrt(2)*(8746*x^8 -
 102335*x^7 + 396104*x^6 - 783113*x^5 + 1320710*x^4 - 752088*x^3 + 396144*x^2 + 546048*x - 539136) + 1154304*x
 - 456192) - sqrt(5/119)*(sqrt(10)*(2*24200^(3/4)*sqrt(31)*(46522*x^7 - 71117*x^6 + 257247*x^5 - 273360*x^4 +
484920*x^3 - 269568*x^2 - 16*sqrt(2)*(7714*x^7 - 10881*x^6 + 33771*x^5 - 5576*x^4 - 576*x^3 + 32184*x^2 - 3218
4*x) + 269568*x) + 5*24200^(1/4)*sqrt(31)*(309512*x^7 - 4017952*x^6 + 15741280*x^5 - 22625280*x^4 + 37693440*x
^3 - 13519872*x^2 - sqrt(2)*(516957*x^7 - 6676948*x^6 + 25569820*x^5 - 31522752*x^4 + 34450848*x^3 + 46199808*
x^2 - 46199808*x) + 13519872*x))*sqrt(2*x^2 - x + 3)*sqrt(247*sqrt(2) + 1000) + 130900*sqrt(31)*sqrt(2)*(12340
8*x^8 - 914152*x^7 + 1578888*x^6 - 3293072*x^5 + 396480*x^4 + 798336*x^3 - 3822336*x^2 - sqrt(2)*(15550*x^8 -
118051*x^7 + 244047*x^6 - 707374*x^5 + 1053960*x^4 - 1667952*x^3 + 1209600*x^2 - 1036800*x) + 3276288*x) + 595
0*sqrt(31)*(254591*x^8 - 4815126*x^7 + 32303580*x^6 - 90866808*x^5 + 108781920*x^4 - 74219328*x^3 - 168956928*
x^2 - 15488*sqrt(2)*(4*x^8 - 76*x^7 + 517*x^6 - 1536*x^5 + 2385*x^4 - 3618*x^3 + 2268*x^2 - 1944*x) + 14482022
4*x))*sqrt((24200^(1/4)*sqrt(10)*sqrt(2*x^2 - x + 3)*(sqrt(2)*(x - 75) + 74*x - 76)*sqrt(247*sqrt(2) + 1000) +
 58310*x^2 + 52360*sqrt(2)*(2*x^2 - x + 3) - 179690*x + 238000)/x^2) + 342125*sqrt(31)*(2828123*x^8 - 9696916*
x^7 + 53385560*x^6 - 142835344*x^5 + 254146592*x^4 - 249300096*x^3 + 37981440*x^2 - 7744*sqrt(2)*(1348*x^8 - 2
692*x^7 + 9789*x^6 - 10070*x^5 + 15569*x^4 - 5568*x^3 + 1080*x^2 + 4320*x - 5184) + 223064064*x - 94887936))/(
2585191*x^8 - 4661200*x^7 + 14191920*x^6 + 490880*x^5 - 13562944*x^4 + 44249088*x^3 - 34615296*x^2 - 24772608*
x + 18579456)) + 11/77500*24200^(1/4)*sqrt(31)*sqrt(10)*sqrt(2)*sqrt(247*sqrt(2) + 1000)*arctan(1/10605875*(23
0*sqrt(10)*(2*24200^(3/4)*sqrt(31)*(20846*x^7 - 109153*x^6 + 215386*x^5 - 427391*x^4 + 234360*x^3 - 156600*x^2
 - sqrt(2)*(28854*x^7 - 90639*x^6 + 200187*x^5 - 262838*x^4 + 117544*x^3 - 23472*x^2 - 186624*x + 86400) - 172
800*x + 186624) + 5*24200^(1/4)*sqrt(31)*(112238*x^7 - 1817988*x^6 + 10351960*x^5 - 25791248*x^4 + 34522560*x^
3 - 28368000*x^2 - sqrt(2)*(125839*x^7 - 1864281*x^6 + 9323336*x^5 - 19725020*x^4 + 24624288*x^3 - 10862496*x^
2 - 19989504*x + 10533888) - 21067776*x + 19989504))*sqrt(2*x^2 - x + 3)*sqrt(247*sqrt(2) + 1000) - 30107000*s
qrt(31)*sqrt(2)*(28180*x^8 - 254666*x^7 + 704270*x^6 - 1385256*x^5 + 1549144*x^4 - 642048*x^3 - 98496*x^2 - sq
rt(2)*(8746*x^8 - 102335*x^7 + 396104*x^6 - 783113*x^5 + 1320710*x^4 - 752088*x^3 + 396144*x^2 + 546048*x - 53
9136) + 1154304*x - 456192) - sqrt(5/119)*(sqrt(10)*(2*24200^(3/4)*sqrt(31)*(46522*x^7 - 71117*x^6 + 257247*x^
5 - 273360*x^4 + 484920*x^3 - 269568*x^2 - 16*sqrt(2)*(7714*x^7 - 10881*x^6 + 33771*x^5 - 5576*x^4 - 576*x^3 +
 32184*x^2 - 32184*x) + 269568*x) + 5*24200^(1/4)*sqrt(31)*(309512*x^7 - 4017952*x^6 + 15741280*x^5 - 22625280
*x^4 + 37693440*x^3 - 13519872*x^2 - sqrt(2)*(516957*x^7 - 6676948*x^6 + 25569820*x^5 - 31522752*x^4 + 3445084
8*x^3 + 46199808*x^2 - 46199808*x) + 13519872*x))*sqrt(2*x^2 - x + 3)*sqrt(247*sqrt(2) + 1000) - 130900*sqrt(3
1)*sqrt(2)*(123408*x^8 - 914152*x^7 + 1578888*x^6 - 3293072*x^5 + 396480*x^4 + 798336*x^3 - 3822336*x^2 - sqrt
(2)*(15550*x^8 - 118051*x^7 + 244047*x^6 - 707374*x^5 + 1053960*x^4 - 1667952*x^3 + 1209600*x^2 - 1036800*x) +
 3276288*x) - 5950*sqrt(31)*(254591*x^8 - 4815126*x^7 + 32303580*x^6 - 90866808*x^5 + 108781920*x^4 - 74219328
*x^3 - 168956928*x^2 - 15488*sqrt(2)*(4*x^8 - 76*x^7 + 517*x^6 - 1536*x^5 + 2385*x^4 - 3618*x^3 + 2268*x^2 - 1
944*x) + 144820224*x))*sqrt(-(24200^(1/4)*sqrt(10)*sqrt(2*x^2 - x + 3)*(sqrt(2)*(x - 75) + 74*x - 76)*sqrt(247
*sqrt(2) + 1000) - 58310*x^2 - 52360*sqrt(2)*(2*x^2 - x + 3) + 179690*x - 238000)/x^2) - 342125*sqrt(31)*(2828
123*x^8 - 9696916*x^7 + 53385560*x^6 - 142835344*x^5 + 254146592*x^4 - 249300096*x^3 + 37981440*x^2 - 7744*sqr
t(2)*(1348*x^8 - 2692*x^7 + 9789*x^6 - 10070*x^5 + 15569*x^4 - 5568*x^3 + 1080*x^2 + 4320*x - 5184) + 22306406
4*x - 94887936))/(2585191*x^8 - 4661200*x^7 + 14191920*x^6 + 490880*x^5 - 13562944*x^4 + 44249088*x^3 - 346152
96*x^2 - 24772608*x + 18579456)) + 11/36890000*24200^(1/4)*sqrt(10)*sqrt(247*sqrt(2) + 1000)*(247*sqrt(2) - 10
00)*log(1512500/119*(24200^(1/4)*sqrt(10)*sqrt(2*x^2 - x + 3)*(sqrt(2)*(x - 75) + 74*x - 76)*sqrt(247*sqrt(2)
+ 1000) + 58310*x^2 + 52360*sqrt(2)*(2*x^2 - x + 3) - 179690*x + 238000)/x^2) - 11/36890000*24200^(1/4)*sqrt(1
0)*sqrt(247*sqrt(2) + 1000)*(247*sqrt(2) - 1000)*log(-1512500/119*(24200^(1/4)*sqrt(10)*sqrt(2*x^2 - x + 3)*(s
qrt(2)*(x - 75) + 74*x - 76)*sqrt(247*sqrt(2) + 1000) - 58310*x^2 - 52360*sqrt(2)*(2*x^2 - x + 3) + 179690*x -
 238000)/x^2) + 1/100*sqrt(2*x^2 - x + 3)*(20*x - 49) + 2203/4000*sqrt(2)*log(-4*sqrt(2)*sqrt(2*x^2 - x + 3)*(
4*x - 1) - 32*x^2 + 16*x - 25)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\left (2 x^{2} - x + 3\right )^{\frac{3}{2}}}{5 x^{2} + 3 x + 2}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x**2-x+3)**(3/2)/(5*x**2+3*x+2),x)

[Out]

Integral((2*x**2 - x + 3)**(3/2)/(5*x**2 + 3*x + 2), x)

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: TypeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2-x+3)^(3/2)/(5*x^2+3*x+2),x, algorithm="giac")

[Out]

Exception raised: TypeError